バージョン

DependencyObjectRecyclingContainer<T> クラス

System.Windows.DependencyObject であるオブジェクトをサポートするリサイクルをサポートするオブジェクトの基本クラス。
シンタックス
'宣言
 
Public MustInherit Class DependencyObjectRecyclingContainer(Of T As FrameworkElement) 
   Inherits DependencyObjectNotifier
   Implements ISupportRecycling 
public abstract class DependencyObjectRecyclingContainer<T> : DependencyObjectNotifier, ISupportRecycling  
where T: FrameworkElement
型パラメータ
T
このオブジェクトを表す System.Windows.FrameworkElement のタイプ。
参照